| Filename | (eval 1041)[/usr/share/perl5/Lingua/Stem/AutoLoader.pm:88] |
| Statements | Executed 30 statements in 2.61ms |
| Eval Invoked At | /usr/share/perl5/Lingua/Stem/AutoLoader.pm line 88 |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 24µs | 69µs | Lingua::Stem::De::BEGIN@2 |
| 1 | 1 | 1 | 21µs | 70µs | Lingua::Stem::Da::BEGIN@50 |
| 1 | 1 | 1 | 20µs | 66µs | Lingua::Stem::Fr::BEGIN@34 |
| 1 | 1 | 1 | 20µs | 63µs | Lingua::Stem::EnBroken::BEGIN@146 |
| 1 | 1 | 1 | 17µs | 58µs | Lingua::Stem::No::BEGIN@98 |
| 1 | 1 | 1 | 17µs | 61µs | Lingua::Stem::En::BEGIN@18 |
| 1 | 1 | 1 | 16µs | 42µs | Lingua::Stem::Pt::BEGIN@114 |
| 1 | 1 | 1 | 16µs | 52µs | Lingua::Stem::It::BEGIN@82 |
| 1 | 1 | 1 | 16µs | 52µs | Lingua::Stem::Gl::BEGIN@66 |
| 1 | 1 | 1 | 10µs | 33µs | Lingua::Stem::Sv::BEGIN@130 |
| 0 | 0 | 0 | 0s | 0s | Lingua::Stem::Da::AUTOLOAD |
| 0 | 0 | 0 | 0s | 0s | Lingua::Stem::De::AUTOLOAD |
| 0 | 0 | 0 | 0s | 0s | Lingua::Stem::En::AUTOLOAD |
| 0 | 0 | 0 | 0s | 0s | Lingua::Stem::EnBroken::AUTOLOAD |
| 0 | 0 | 0 | 0s | 0s | Lingua::Stem::Fr::AUTOLOAD |
| 0 | 0 | 0 | 0s | 0s | Lingua::Stem::Gl::AUTOLOAD |
| 0 | 0 | 0 | 0s | 0s | Lingua::Stem::It::AUTOLOAD |
| 0 | 0 | 0 | 0s | 0s | Lingua::Stem::No::AUTOLOAD |
| 0 | 0 | 0 | 0s | 0s | Lingua::Stem::Pt::AUTOLOAD |
| 0 | 0 | 0 | 0s | 0s | Lingua::Stem::Sv::AUTOLOAD |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Lingua::Stem::De; | ||||
| 2 | 3 | 291µs | 2 | 114µs | # spent 69µs (24+45) within Lingua::Stem::De::BEGIN@2 which was called:
# once (24µs+45µs) by Lingua::Stem::BEGIN@7 at line 2 # spent 69µs making 1 call to Lingua::Stem::De::BEGIN@2
# spent 45µs making 1 call to vars::import |
| 3 | sub AUTOLOAD { | ||||
| 4 | return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o); | ||||
| 5 | if (exists $_autoloaded_functions->{$AUTOLOAD}) { | ||||
| 6 | die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n"); | ||||
| 7 | } | ||||
| 8 | $_autoloaded_functions->{$AUTOLOAD} = 1; | ||||
| 9 | my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois; | ||||
| 10 | eval ("use $packagename;"); | ||||
| 11 | if ($@ ne '') { | ||||
| 12 | die ("Unable to use packagename: $@\n"); | ||||
| 13 | } | ||||
| 14 | goto &$AUTOLOAD; | ||||
| 15 | } | ||||
| 16 | |||||
| 17 | package Lingua::Stem::En; | ||||
| 18 | 3 | 280µs | 2 | 106µs | # spent 61µs (17+44) within Lingua::Stem::En::BEGIN@18 which was called:
# once (17µs+44µs) by Lingua::Stem::BEGIN@7 at line 18 # spent 61µs making 1 call to Lingua::Stem::En::BEGIN@18
# spent 44µs making 1 call to vars::import |
| 19 | sub AUTOLOAD { | ||||
| 20 | return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o); | ||||
| 21 | if (exists $_autoloaded_functions->{$AUTOLOAD}) { | ||||
| 22 | die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n"); | ||||
| 23 | } | ||||
| 24 | $_autoloaded_functions->{$AUTOLOAD} = 1; | ||||
| 25 | my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois; | ||||
| 26 | eval ("use $packagename;"); | ||||
| 27 | if ($@ ne '') { | ||||
| 28 | die ("Unable to use packagename: $@\n"); | ||||
| 29 | } | ||||
| 30 | goto &$AUTOLOAD; | ||||
| 31 | } | ||||
| 32 | |||||
| 33 | package Lingua::Stem::Fr; | ||||
| 34 | 3 | 291µs | 2 | 112µs | # spent 66µs (20+46) within Lingua::Stem::Fr::BEGIN@34 which was called:
# once (20µs+46µs) by Lingua::Stem::BEGIN@7 at line 34 # spent 66µs making 1 call to Lingua::Stem::Fr::BEGIN@34
# spent 46µs making 1 call to vars::import |
| 35 | sub AUTOLOAD { | ||||
| 36 | return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o); | ||||
| 37 | if (exists $_autoloaded_functions->{$AUTOLOAD}) { | ||||
| 38 | die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n"); | ||||
| 39 | } | ||||
| 40 | $_autoloaded_functions->{$AUTOLOAD} = 1; | ||||
| 41 | my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois; | ||||
| 42 | eval ("use $packagename;"); | ||||
| 43 | if ($@ ne '') { | ||||
| 44 | die ("Unable to use packagename: $@\n"); | ||||
| 45 | } | ||||
| 46 | goto &$AUTOLOAD; | ||||
| 47 | } | ||||
| 48 | |||||
| 49 | package Lingua::Stem::Da; | ||||
| 50 | 3 | 289µs | 2 | 118µs | # spent 70µs (21+49) within Lingua::Stem::Da::BEGIN@50 which was called:
# once (21µs+49µs) by Lingua::Stem::BEGIN@7 at line 50 # spent 70µs making 1 call to Lingua::Stem::Da::BEGIN@50
# spent 49µs making 1 call to vars::import |
| 51 | sub AUTOLOAD { | ||||
| 52 | return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o); | ||||
| 53 | if (exists $_autoloaded_functions->{$AUTOLOAD}) { | ||||
| 54 | die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n"); | ||||
| 55 | } | ||||
| 56 | $_autoloaded_functions->{$AUTOLOAD} = 1; | ||||
| 57 | my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois; | ||||
| 58 | eval ("use $packagename;"); | ||||
| 59 | if ($@ ne '') { | ||||
| 60 | die ("Unable to use packagename: $@\n"); | ||||
| 61 | } | ||||
| 62 | goto &$AUTOLOAD; | ||||
| 63 | } | ||||
| 64 | |||||
| 65 | package Lingua::Stem::Gl; | ||||
| 66 | 3 | 244µs | 2 | 89µs | # spent 52µs (16+37) within Lingua::Stem::Gl::BEGIN@66 which was called:
# once (16µs+37µs) by Lingua::Stem::BEGIN@7 at line 66 # spent 52µs making 1 call to Lingua::Stem::Gl::BEGIN@66
# spent 37µs making 1 call to vars::import |
| 67 | sub AUTOLOAD { | ||||
| 68 | return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o); | ||||
| 69 | if (exists $_autoloaded_functions->{$AUTOLOAD}) { | ||||
| 70 | die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n"); | ||||
| 71 | } | ||||
| 72 | $_autoloaded_functions->{$AUTOLOAD} = 1; | ||||
| 73 | my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois; | ||||
| 74 | eval ("use $packagename;"); | ||||
| 75 | if ($@ ne '') { | ||||
| 76 | die ("Unable to use packagename: $@\n"); | ||||
| 77 | } | ||||
| 78 | goto &$AUTOLOAD; | ||||
| 79 | } | ||||
| 80 | |||||
| 81 | package Lingua::Stem::It; | ||||
| 82 | 3 | 283µs | 2 | 88µs | # spent 52µs (16+36) within Lingua::Stem::It::BEGIN@82 which was called:
# once (16µs+36µs) by Lingua::Stem::BEGIN@7 at line 82 # spent 52µs making 1 call to Lingua::Stem::It::BEGIN@82
# spent 36µs making 1 call to vars::import |
| 83 | sub AUTOLOAD { | ||||
| 84 | return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o); | ||||
| 85 | if (exists $_autoloaded_functions->{$AUTOLOAD}) { | ||||
| 86 | die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n"); | ||||
| 87 | } | ||||
| 88 | $_autoloaded_functions->{$AUTOLOAD} = 1; | ||||
| 89 | my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois; | ||||
| 90 | eval ("use $packagename;"); | ||||
| 91 | if ($@ ne '') { | ||||
| 92 | die ("Unable to use packagename: $@\n"); | ||||
| 93 | } | ||||
| 94 | goto &$AUTOLOAD; | ||||
| 95 | } | ||||
| 96 | |||||
| 97 | package Lingua::Stem::No; | ||||
| 98 | 3 | 243µs | 2 | 98µs | # spent 58µs (17+40) within Lingua::Stem::No::BEGIN@98 which was called:
# once (17µs+40µs) by Lingua::Stem::BEGIN@7 at line 98 # spent 58µs making 1 call to Lingua::Stem::No::BEGIN@98
# spent 40µs making 1 call to vars::import |
| 99 | sub AUTOLOAD { | ||||
| 100 | return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o); | ||||
| 101 | if (exists $_autoloaded_functions->{$AUTOLOAD}) { | ||||
| 102 | die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n"); | ||||
| 103 | } | ||||
| 104 | $_autoloaded_functions->{$AUTOLOAD} = 1; | ||||
| 105 | my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois; | ||||
| 106 | eval ("use $packagename;"); | ||||
| 107 | if ($@ ne '') { | ||||
| 108 | die ("Unable to use packagename: $@\n"); | ||||
| 109 | } | ||||
| 110 | goto &$AUTOLOAD; | ||||
| 111 | } | ||||
| 112 | |||||
| 113 | package Lingua::Stem::Pt; | ||||
| 114 | 3 | 153µs | 2 | 68µs | # spent 42µs (16+26) within Lingua::Stem::Pt::BEGIN@114 which was called:
# once (16µs+26µs) by Lingua::Stem::BEGIN@7 at line 114 # spent 42µs making 1 call to Lingua::Stem::Pt::BEGIN@114
# spent 26µs making 1 call to vars::import |
| 115 | sub AUTOLOAD { | ||||
| 116 | return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o); | ||||
| 117 | if (exists $_autoloaded_functions->{$AUTOLOAD}) { | ||||
| 118 | die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n"); | ||||
| 119 | } | ||||
| 120 | $_autoloaded_functions->{$AUTOLOAD} = 1; | ||||
| 121 | my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois; | ||||
| 122 | eval ("use $packagename;"); | ||||
| 123 | if ($@ ne '') { | ||||
| 124 | die ("Unable to use packagename: $@\n"); | ||||
| 125 | } | ||||
| 126 | goto &$AUTOLOAD; | ||||
| 127 | } | ||||
| 128 | |||||
| 129 | package Lingua::Stem::Sv; | ||||
| 130 | 3 | 314µs | 2 | 56µs | # spent 33µs (10+23) within Lingua::Stem::Sv::BEGIN@130 which was called:
# once (10µs+23µs) by Lingua::Stem::BEGIN@7 at line 130 # spent 33µs making 1 call to Lingua::Stem::Sv::BEGIN@130
# spent 23µs making 1 call to vars::import |
| 131 | sub AUTOLOAD { | ||||
| 132 | return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o); | ||||
| 133 | if (exists $_autoloaded_functions->{$AUTOLOAD}) { | ||||
| 134 | die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n"); | ||||
| 135 | } | ||||
| 136 | $_autoloaded_functions->{$AUTOLOAD} = 1; | ||||
| 137 | my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois; | ||||
| 138 | eval ("use $packagename;"); | ||||
| 139 | if ($@ ne '') { | ||||
| 140 | die ("Unable to use packagename: $@\n"); | ||||
| 141 | } | ||||
| 142 | goto &$AUTOLOAD; | ||||
| 143 | } | ||||
| 144 | |||||
| 145 | package Lingua::Stem::EnBroken; | ||||
| 146 | 3 | 223µs | 2 | 106µs | # spent 63µs (20+43) within Lingua::Stem::EnBroken::BEGIN@146 which was called:
# once (20µs+43µs) by Lingua::Stem::BEGIN@7 at line 146 # spent 63µs making 1 call to Lingua::Stem::EnBroken::BEGIN@146
# spent 43µs making 1 call to vars::import |
| 147 | sub AUTOLOAD { | ||||
| 148 | return if ($AUTOLOAD =~ m/::(END|DESTROY)$/o); | ||||
| 149 | if (exists $_autoloaded_functions->{$AUTOLOAD}) { | ||||
| 150 | die("Attempted to autoload function '$AUTOLOAD' more than once - does it exist?\n"); | ||||
| 151 | } | ||||
| 152 | $_autoloaded_functions->{$AUTOLOAD} = 1; | ||||
| 153 | my ($packagename) = $AUTOLOAD =~ m/^(.*)::[A-Z_][A-Z0-9_]*$/ois; | ||||
| 154 | eval ("use $packagename;"); | ||||
| 155 | if ($@ ne '') { | ||||
| 156 | die ("Unable to use packagename: $@\n"); | ||||
| 157 | } | ||||
| 158 | goto &$AUTOLOAD; | ||||
| 159 | } | ||||
| 160 | |||||
| 161 | |||||
| 162 | ; |